Skip to content

Instantly share code, notes, and snippets.

View abmushfiq's full-sized avatar
🎯
Focusing

Mushfiq Ahmed abmushfiq

🎯
Focusing
View GitHub Profile
@abmushfiq
abmushfiq / error1.java
Last active November 24, 2021 18:30
java basic programming errors
public class FirstProgram
{
public static void main(String[] args){
System.out.println("welcome java")
}
}

Subjects

  • Git & GitHub

  • Introduction to Programming

    • Types of languages
    • Memory management
  • Flow of the program

  • Flowcharts