diff --git a/src/a4.nim b/src/a4.nim index 862d40c..ed9f338 100644 --- a/src/a4.nim +++ b/src/a4.nim @@ -1,5 +1 @@ -# This is just an example to get you started. A typical binary package -# uses this file as the main entry point of the application. - -when isMainModule: - echo("Hello, World!") +import mike \ No newline at end of file