Skip to content

Commit

Permalink
Merge pull request #1211 from xushiwei/q
Browse files Browse the repository at this point in the history
C.fprintf
  • Loading branch information
xushiwei committed May 21, 2022
2 parents 4cc4e38 + 4d2aaf2 commit 806bd04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testdata/helloc2go/hello.gop
@@ -1,3 +1,4 @@
import "C"

C.printf C"Hello, c2go!\n"
C.fprintf C.stderr, C"Hi, %7.1f\n", 3.14

0 comments on commit 806bd04

Please sign in to comment.