Hello,SegmentFault!

請輸入圖片描述

//c
#include<stdio.h>
int main()
{
    printf("hello,segmentfault!\n");
    return 0;
}
//cpp
#include<iostream>
int main()
{
    cout<<"hello,segmentfault!"<<endl;
    return 0;
}
#python
print 'hello,segmentfault!'
//php
<?php echo "hello,segmentfault!"; ?>
//go
package main
import "fmt"
func main() {
    fmt.Println("hello,segmentfault!")
}
//java
public class HelloSegmentFault{ 
 public static void main(String[] args) {  
  System.out.println("hello,segmentfault!"); 
  }
}

感謝 @高陽Sunny配圖~php

相關文章
相關標籤/搜索