~eda-qa/leaflang/export_class

« back to all changes in this revision

Viewing changes to share/exe_tests/basic_string/main.leaf

  • Committer: edA-qa mort-ora-y
  • Date: 2013-10-27 12:57:50 UTC
  • mfrom: (51.1.16 str_basic)
  • Revision ID: eda-qa@disemia.com-20131027125750-89zy4vo1q5ckomxj
merge basic strings

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* EXPECT(hellö:(╯°□°)╯︵ ┻━┻) */
 
2
import std
 
3
 
 
4
var main = ()->() {
 
5
        std.print( "hellö:" )
 
6
        std.print( "(╯°□°)╯︵ ┻━┻" )
 
7
}