##
##
##
##
#
#
#
#
—-

This is a test for markdown and Latex


A B F
0 0 1
0 1 1
1 0 1
1 1 0


def fun(a, b, c):
    return a * b - c

public class MainThread{
    public static void main(String[] args){
        System.out.println("hello markdown");
    }
}