From a760e8a749af60cd3598ebe113b7692bc6592f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Konopacki?= Date: Wed, 8 Aug 2012 02:23:38 +0200 Subject: Cleanups --- src/CBot/TestCBot/TestCB1.txt | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/CBot/TestCBot/TestCB1.txt (limited to 'src/CBot/TestCBot/TestCB1.txt') diff --git a/src/CBot/TestCBot/TestCB1.txt b/src/CBot/TestCBot/TestCB1.txt deleted file mode 100644 index 516db47..0000000 --- a/src/CBot/TestCBot/TestCB1.txt +++ /dev/null @@ -1,18 +0,0 @@ -extern public void toto() -{ - print( "hello" ) ; - print( fac(5) ); - print( t() ) ; -} - -public int fac(int n) -{ - if ( n<2 ) return 1; - return n * fac(n-1); -} - -point t() -{ - point a(1,2); - return a; -} -- cgit v1.2.3-1-g7c22