Add initial grpc generation, and add to gradle build

This commit is contained in:
Piv
2020-05-08 18:24:20 +09:30
parent 270dd8e362
commit 98dc0395e3
7 changed files with 114 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
struct SwiftyCar {
var text = "Hello, World!"
}

View File

@@ -0,0 +1,10 @@
//
// main.swift
//
//
// Created by Michael Pivato on 8/5/20.
//
// Entry-Point to the Swift Car Controller
print("Hello World!")