Skip to content

Commit

Permalink
add: sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemon73-Computing committed Mar 4, 2024
1 parent 5ac1953 commit d6bdb39
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Sample/Program.cs
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");
using AnovReader;

// input test that is written in Anov Syntax.
string input_1 = "- a girl";
string input_2 = "[Hello, World!]";

Anov.Read(input_1);
Anov.Read(input_2);

0 comments on commit d6bdb39

Please sign in to comment.