Add initial grpc generation, and add to gradle build
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
struct SwiftyCar {
|
||||
var text = "Hello, World!"
|
||||
}
|
||||
10
SwiftyCar/Sources/SwiftyCar/main.swift
Normal file
10
SwiftyCar/Sources/SwiftyCar/main.swift
Normal 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!")
|
||||
|
||||
Reference in New Issue
Block a user