Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Language

C

Compiler

gcc 8.2.0

Options
Warnings
C11(GNU)
no pedantic
Raw compiler options
Matrix.c

Matrix.h
Matrix.c

$ gcc prog.c -Wall -Wextra -std=gnu11 Matrix.c
a = 
 0 -1 0
 1 0 0
 0 0 1

b = 
 1 3 0
 1 8 4
 0 2 1

c = 
 -1 -8 -4
 1 3 0
 0 2 1
Exit Code:
0