Skip to content

Commit

Permalink
Автотесты: тест типа Hello, World! (#7)
Browse files Browse the repository at this point in the history
Тест предназначен для проверки того факта, что автотесты выполняются
  • Loading branch information
Mazdaywik committed May 11, 2016
1 parent b2baae8 commit 2289416
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Sources/Compiler/Tests/Verbose.mref
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
$PROGRAM Tests::Verbose;

$IMPORT MInOut;

$ENTRY Go =
<MInOut::WriteLine
'\n'
'-------------------------------------------------\n'
' Hello!\n'
'-------------------------------------------------\n'
>;

$END Tests::Verbose.

0 comments on commit 2289416

Please sign in to comment.