Skip to content

Instantly share code, notes, and snippets.

@modos
Created January 1, 2021 07:08
Show Gist options
  • Save modos/0c7a265a68dbf728550c9f3d6cc2beef to your computer and use it in GitHub Desktop.
Save modos/0c7a265a68dbf728550c9f3d6cc2beef to your computer and use it in GitHub Desktop.
یک سوال ساده
/******************************************************************************
Welcome to GDB Online.
GDB online is an online compiler and debugger tool for C, C++, Python, Java, PHP, Ruby, Perl,
C#, VB, Swift, Pascal, Fortran, Haskell, Objective-C, Assembly, HTML, CSS, JS, SQLite, Prolog.
Code, Compile, Run and Debug online from anywhere in world.
*******************************************************************************/
import java.util.Scanner;
public class Main
{
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
int n = input.nextInt();
for(int i=0; i<n;i++){
System.out.println("man khoshghlab hastam");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment