From fe4821e184edec92cdcbe94365f4bcc214475e0d Mon Sep 17 00:00:00 2001 From: Bhupinderjeet Singh Date: Sun, 28 Jul 2024 10:45:34 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ad970b0..5c62be8 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ SMC is a Java application that translates a state transition table into a program that implements the described state machine. Output languages include Java, Go, Dart, C, and C++. Adding other languages is trivial. +Compile now. + ### Command Line `ant compile && ant jar`